home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pdox693.zip / TI628.ASC < prev    next >
Text File  |  1992-11-12  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Paradox, SQL Link                      NUMBER  :  628
  9.   VERSION  :  1.0 & up
  10.        OS  :  DOS
  11.      DATE  :  November 12, 1992                        PAGE  :  1/3
  12.  
  13.     TITLE  :  Overview and abilities of Paradox SQL Link
  14.  
  15.  
  16.  
  17.  
  18.   Intended Audience:
  19.   Those persons interested in learning about the abilities of
  20.   Paradox SQL Link.
  21.  
  22.   Prerequisites:
  23.   None
  24.  
  25.   Purpose:
  26.   This Technical Information sheet provides an overview of the
  27.   abilities of Paradox SQL Link.
  28.  
  29.  
  30.   Paradox SQL Link is an add-in product that allows you to use
  31.   Paradox 4.0 (or 3.5) as a front end for accessing data from a SQL
  32.   database server.  You can use Paradox's interactive menus or the
  33.   PAL language for accessing this information, without having to
  34.   learn SQL programming.
  35.  
  36.   SQL (Structured Query Language) is an internationally established
  37.   database language for managing relational data.  To use the data
  38.   the SQL language statements must be used.  Paradox SQL Link
  39.   operates as a layer between Paradox and the SQL server,
  40.   translating a Paradox operation into the appropriate SQL commands
  41.   and then forwarding them to the server.  The commands are then
  42.   executed and any result is returned to Paradox as a normal Answer
  43.   table.  Paradox can simultaneously work with remote tables and
  44.   conventional Paradox tables.
  45.  
  46.   SQL is usually implemented in a client-server architecture.
  47.   There is a database server (commonly a mainframe, mini or high-
  48.   end PC.) with clients (generally PC's) connected through a
  49.   network.  Paradox is run on the PC workstations of the network.
  50.   Since the data is stored and directly manipulated on the central
  51.   server, having a powerful server machine can yield good
  52.   performance without high machine requirements for the client
  53.   workstations (80286 or higher CPU, RAM requirements below).
  54.   Using Paradox as the front end, allows access to larger amounts
  55.   of data without learning a new software package.  Data security
  56.   and maintenance can also be simplified by having the data stored
  57.   on one central machine.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT  :  Paradox, SQL Link                      NUMBER  :  628
  75.   VERSION  :  1.0 & up
  76.        OS  :  DOS
  77.      DATE  :  November 12, 1992                        PAGE  :  2/3
  78.  
  79.     TITLE  :  Overview and abilities of Paradox SQL Link
  80.  
  81.  
  82.  
  83.  
  84.   The SQL servers currently supported are:          RAM Req'd (MB)
  85.                                                    Ver 3.5  Ver 4.0
  86.   DEC VAX Rdb/VMS 3.1B or higher***                  1.0      2.0
  87.   IBM Extended Edition Database Mgr. 1.2 or higher   1.0      2.0
  88.   Microsoft SQL Server 1.x or higher                 1.0      2.0
  89.   Oracle Server 6.0 or higher                        1.5      2.0
  90.   Sybase SQL Server 4.x or higher                    1.0      2.0
  91.   DB2 (Through MDI Gateway)                          1.0      2.0
  92.   Novell Netware SQL 3.0                              *       2.0
  93.   Interbase                                           *       2.0**
  94.  
  95.     *  Only available for SQL Link 4.0.
  96.    **  Not yet available.
  97.   ***  4.0 or higher for Paradox 4.0
  98.  
  99.  
  100.                               ABILITIES
  101.  
  102.   Some of the capabilities of Paradox with SQL Link are:
  103.  
  104.      1.  Queries on database tables
  105.  
  106.             a.  For manipulating data on the server
  107.  
  108.             b.  Retrieving data from the server.
  109.  
  110.      2.  Table creation and access of existing tables.
  111.  
  112.      3.  Table manipulation (add, copy, delete, empty, etc.).
  113.  
  114.      4.  Reporting of information existing on the server.
  115.  
  116.      5.  Added PAL commands and functions for programming access to
  117.          the server.
  118.  
  119.      6.  Application of transaction processing techniques for data
  120.          integrity.
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.   PRODUCT  :  Paradox, SQL Link                      NUMBER  :  628
  141.   VERSION  :  1.0 & up
  142.        OS  :  DOS
  143.      DATE  :  November 12, 1992                        PAGE  :  3/3
  144.  
  145.     TITLE  :  Overview and abilities of Paradox SQL Link
  146.  
  147.  
  148.  
  149.  
  150.                              REQUIREMENTS
  151.  
  152.   The database server and appropriate network must be running.  For
  153.   Paradox 3.5, the workstations must be running in protected mode
  154.   to utilize SQL Link.  For additional information on protected
  155.   mode, refer to the Paradox 4.0 User's Guide, Chapter 23 -
  156.   Advanced Topics/"How Paradox manages memory" (for version 3.5,
  157.   refer to the User's Guide, Chapter 14 - Advanced Topics/"How
  158.   Paradox manages memory").
  159.  
  160.   DISCLAIMER: You have the right to use this technical information
  161.   subject to the terms of the No-Nonsense License Statement that
  162.   you received with the Borland product to which this information
  163.   pertains.
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.